home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 2002 #4
/
K-CD-4-2002.ISO
/
Empire Earth
/
EEDemo.exe
/
Disk1
/
data.ssa
/
unit ai scripts_stationary naval resource.tai
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-09-29
|
314 b
|
27 lines
//
// Stationary Naval Resource AI file
//
// Behaviors:
//
// Specifically for non-moving fish.
//
// Notes:
//
// Known Problems:
//
Dying
{
AlwaysTrue true(ResourcesDepleting)
}
ResourcesDepleting
{
ResourceDepleted true(UnitRotting)
}
UnitRotting
{
UnitRottedAway true(Dead)
}